home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / PORTAL.NAV < prev    next >
Text File  |  1995-12-14  |  430b  |  25 lines

  1. ;Portal
  2. ;
  3.  
  4. set CRLFProcessing=0
  5. set TelnetCommand=telnet \{system} \{port}\r\n
  6. ;
  7. ;
  8. cancelon ^ERROR^NO CARRIER^NO DIALTONE^BUSY^Login incorrect^
  9. send ATDT {DialNumber}\r
  10. waitfor CONNECT
  11. send \r
  12. waitfor help:
  13. send shell\r
  14. waitfor ogin:
  15. send {PopLogin}\r
  16. waitfor ssword:
  17. send {PopPass}\r
  18. pause 2
  19. ;waitfor problem and are working on correcting it
  20. waitfor vt100
  21. send \r
  22. waitfor %
  23. send exec srialpop\r
  24. waitfor %
  25.